home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / tcp / ascan.lha / ascan.doc next >
Encoding:
Text File  |  1980-11-11  |  1.8 KB  |  65 lines

  1.                                  ASCAN 1.6 (20.10.98)
  2.  
  3.  
  4.                                        WARNING
  5.                  THIS SOFTWARE AND INFORMATION ARE PROVIDED "AS IS".
  6.                    ALL USE IS AT YOUR OWN RISK, AND NO LIABILITY OR
  7.                               RESPONSIBILITY IS ASSUMED.
  8.                                NO WARRANTIES ARE MADE.
  9.  
  10.                         PORT SCAN IS LEGAL BUT DON'T ABUSE!!!
  11.  
  12.  
  13.  
  14.                         Amiga multi process tcp ports scanner.
  15. 1. Desctiption
  16.    ascan scans tcp ports in a very fast way.
  17.    It runs childs processes.
  18.    Each process connects a number of tcp ports in async way
  19.    and then wait for connections to complete.
  20.  
  21.    You can define:
  22.    - how many processes to run
  23.    - how many port to connect before to wait for connection result
  24.      (let's call it ports-group)
  25.    - per ports-group timeout
  26.    - general timet
  27.  
  28. 2. Usage
  29.    ascan [-Vhv] [-c childs] [-p ports] [-s timeout] [-T gen timeout]
  30.          <host> <from> <to>
  31.  
  32.     -V version and greets
  33.     -h short help
  34.     -v verbose mode (i.e. show name of services if in services database)
  35.     -p ports-group number
  36.     -s ports-group timeout
  37.     -T general timeout
  38.     host the host to scan
  39.     from from port
  40.     to to port
  41.  
  42.     If no from/to ascan scans 1-80. If only from ascan scans only from.
  43.  
  44.     Limits:
  45.     - 1 <= from <= to < 65535
  46.     - childs <= 128
  47.     - p > 0
  48.     - s >=0 (0 means none)
  49.     - T >=0 (0 means none)
  50.  
  51.    Results:
  52.     - ports opened.
  53.  
  54. 3. To Do
  55.    Humm don't think so much: any attempt to make a tcp ports scan via
  56.    half tcp connection (so cute 'cause a lot of stack don't report it)
  57.    didn't give "good results" (the scanning is so fast, but not all the
  58.    packet are sniffed).
  59.  
  60. 4. Author
  61.    <alfier@iol.it>
  62.  
  63. 5. Note
  64.    Don't ask, email, nothing me about this.
  65.